Revert "debian/rules: .la files removal added"
authorMatteo F. Vescovi <mfv.debian@gmail.com>
Thu, 9 Feb 2012 14:06:08 +0000 (15:06 +0100)
committerMatteo F. Vescovi <mfv.debian@gmail.com>
Thu, 9 Feb 2012 14:06:08 +0000 (15:06 +0100)
This reverts commit a51e31591feee457cea5dce944d55d8e7e77f529.

debian/rules

index f841649af558b47618ab1eb4f14525169554468a..488af553f61d6dc3da1daa6aa9b550a41a9f9ff8 100755 (executable)
@@ -10,11 +10,3 @@ binary-install/libbabl-0.1-doc::
        rm -f debian/$(cdbs_curpkg)/usr/share/doc/$(cdbs_curpkg)/graphics/Makefile*
 
 common-binary-predeb-arch:: list-missing
-
-# Avoid unneeded .la files
-binary-post-install/libbabl-0.1-0:: debian/stamp-local-strip-la
-debian/stamp-local-strip-la: binary-install/libbabl-0.1-0
-       find debian -type f -name '*.la' -delete
-       touch $@
-clean::
-       rm -f debian/stamp-local-strip-la